#experienced {
    height: 700px;
    margin: 40px 150px;
}

#experienced #Heading {
    font-size: 1rem;
    color: var(--txt-color4);
    font-weight: bolder;
}

#experienced ul {
    width: 50%;
    margin-top: 8px;
    margin-left: 40px;
    font-size: 1rem;
    color: var(--txt-color3);
    list-style: square;
}

#experienced #image {
    width: 50%;
    height: 300px;
    margin-top: -38px;
    margin-left: 50px;
    background-image: url(../../src/images/Plumbing/plumbing2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}